home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000217-20000824 / 000472_news@columbia.edu _Tue Aug 22 20:37:10 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from watsun.cc.columbia.edu (watsun.cc.columbia.edu [128.59.39.2])
  3.     by fozimane.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id UAA24053
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Tue, 22 Aug 2000 20:37:10 -0400 (EDT)
  5. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  6.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id UAA17596
  7.     for <kermit.misc@watsun.cc.columbia.edu>; Tue, 22 Aug 2000 20:37:10 -0400 (EDT)
  8. Received: (from news@localhost)
  9.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id UAA25608
  10.     for kermit.misc@watsun.cc.columbia.edu; Tue, 22 Aug 2000 20:09:12 -0400 (EDT)
  11. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  12. From: jaltman@columbia.edu (Jeffrey Altman)
  13. Subject: Re: SSL
  14. Date: 23 Aug 2000 00:09:12 GMT
  15. Organization: Columbia University
  16. Message-ID: <8nv4n8$p05$1@newsmaster.cc.columbia.edu>
  17. To: kermit.misc@columbia.edu
  18.  
  19. Due to patent licensing restrictions the SSL/TLS support that
  20. is included with Kermit 95 does not include the RSA algorithm.
  21. If you need RSA support (and can legally use it) you must 
  22. download a version of OpenSSL that does include RSA from another
  23. site.  
  24.  
  25. Most web servers only support RSA (and not DSA) certificates.
  26. If you are using K95 to connect to such a site, then you will
  27. get errors similar to those below unless you retrieve a 
  28. different version of OpenSSL.  <http://www.openssl.org>
  29.  
  30. We will provide RSA support in our products sometime after
  31. the RSA patent expires at the end of September.
  32.  
  33. In article <39A30E0D.9E8A7B80@kramer-smilko.com>,
  34. Richard R. Kramer <rrkramer@kramer-smilko.com> wrote:
  35. : I'd like to use K95 to connect via SSL. Below is what shows when I try,
  36. : but I don't know what to make of it. Can you tell what's missing?
  37. : (I've xxx'd out the IP address.)
  38. :  Trying xxx.xxx.xxx.xxx... (OK)
  39. : SSL_DEBUG_FLAG on
  40. : SSL/TLS init done!
  41. : [SSL - handshake starting]
  42. : SSL_handshake:UNKWN  before/connect initialization
  43. : SSL_connect:UNKWN  before/connect initialization
  44. : SSL_connect:3WCH_A SSLv3 write client hello A
  45. : SSL_read_alert
  46. : SSL_connect:failed in 3RSH_A SSLv3 read server hello A
  47. : [SSL - SSL_connect error: error:14094410:SSL
  48. : routines:SSL3_READ_BYTES:sslv3 aler
  49. : t handshake failure
  50. : [SSL - FAILED]
  51. : Can't connect to xxx.xxx.xxx.xxx:https
  52. : Kermit 95 1.1.20, 31 Mar 2000, for 32-bit Windows
  53.  
  54.  
  55.                   Jeffrey Altman * Sr.Software Designer
  56.                  The Kermit Project * Columbia University
  57.                612 West 115th St * New York, NY * 10025 * USA
  58.      http://www.kermit-project.org/ * kermit-support@kermit-project.org